home *** CD-ROM | disk | FTP | other *** search
- //-------------------------------------------------------------
- // Do not change this File without having the documentation !!!
- //-------------------------------------------------------------
-
- // DSPlayer Popupmenu.def file
- // for dynamic Popupmenu creation ;)
-
-
- // about setuppopupmenu.def
- // -------------------------
- // filters, language, audiotrems and skins submenus are automaticly created
- // by DSPlayer
- // The following entries are the names of the MenuItems in the
- // popupmenu
- // to support functionality of new items,
- // the item click handler must be updated in the DSPlayer code
-
-
- // [popupmenu] is a static placeholder
- // this command can't be changed
- [popupmenu]
- ++iconSubmenugroup begin
- playrate
- **icon
- **AudioStreams.bmp
- audiostreams
- **icon
- **filters.bmp
- filters
- blank4
- skins
- language
- **icon
- **preferences.bmp
- options
- blank5
- **icon
- **exit.bmp
- exit
- ++iconSubmenugroup end
- blank6
- **submenu
- **playrate
- **radioitems
- **autocheck
- playrate50
- playrate75
- playrate100
- playrate125
- playrate150
- playrate200
- [end]
- // "++******group end" is not supported before [end] tag !!!
- // no need to close the group there !!!